Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/wwwroot/fxw15.cc/xiunophp/xiunophp.php on line 20
ction post_list_access_filter(&$postlist, $gid) {
global $conf, $forumlist;
if(empty($postlist)) return;
foreach($postlist as $pid=>$post) {
$thread = thread__read($post['tid']);
$fid = $thread['fid'];
if(empty($forumlist[$fid]['accesson'])) continue;
if($thread['top'] > 0) continue;
if(!forum_access_user($fid, $gid, 'allowread')) {
unset($postlist[$pid]);
}
}
global $uid,$group;
$see_check = check_need_check($group,'see');
foreach($postlist as $pid=>$post)
if($post['OK']!='1' && (!$see_check) && $uid!=$post['uid'])
unset($postlist[$pid]);
}
?>
Fatal error: Uncaught Error: Call to undefined function runtime_init() in /www/wwwroot/fxw15.cc/tmp/index.inc.php:41
Stack trace:
#0 /www/wwwroot/fxw15.cc/index.php(52): include()
#1 {main}
thrown in /www/wwwroot/fxw15.cc/tmp/index.inc.php on line 41